home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / qd / @qdgentext.py next >
Text File  |  1996-04-12  |  1KB  |  72 lines

  1. # Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h'
  2.  
  3. f = Function(void, 'TextFont',
  4.     (short, 'font', InMode),
  5. )
  6. functions.append(f)
  7.  
  8. f = Function(void, 'TextFace',
  9.     (short, 'face', InMode),
  10. )
  11. functions.append(f)
  12.  
  13. f = Function(void, 'TextMode',
  14.     (short, 'mode', InMode),
  15. )
  16. functions.append(f)
  17.  
  18. f = Function(void, 'TextSize',
  19.     (short, 'size', InMode),
  20. )
  21. functions.append(f)
  22.  
  23. f = Function(void, 'SpaceExtra',
  24.     (Fixed, 'extra', InMode),
  25. )
  26. functions.append(f)
  27.  
  28. f = Function(void, 'DrawChar',
  29.     (short, 'ch', InMode),
  30. )
  31. functions.append(f)
  32.  
  33. f = Function(void, 'DrawString',
  34.     (ConstStr255Param, 's', InMode),
  35. )
  36. functions.append(f)
  37.  
  38. f = Function(void, 'DrawText',
  39.     (TextThingie, 'textBuf', InMode),
  40.     (short, 'firstByte', InMode),
  41.     (short, 'byteCount', InMode),
  42. )
  43. functions.append(f)
  44.  
  45. f = Function(short, 'CharWidth',
  46.     (short, 'ch', InMode),
  47. )
  48. functions.append(f)
  49.  
  50. f = Function(short, 'StringWidth',
  51.     (ConstStr255Param, 's', InMode),
  52. )
  53. functions.append(f)
  54.  
  55. f = Function(short, 'TextWidth',
  56.     (TextThingie, 'textBuf', InMode),
  57.     (short, 'firstByte', InMode),
  58.     (short, 'byteCount', InMode),
  59. )
  60. functions.append(f)
  61.  
  62. f = Function(void, 'GetFontInfo',
  63.     (FontInfo, 'info', OutMode),
  64. )
  65. functions.append(f)
  66.  
  67. f = Function(void, 'CharExtra',
  68.     (Fixed, 'extra', InMode),
  69. )
  70. functions.append(f)
  71.  
  72.